projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25aad94
)
(hexl-mode): Run hexl-mode-hook.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 10 Jun 1996 21:36:29 +0000
(21:36 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 10 Jun 1996 21:36:29 +0000
(21:36 +0000)
lisp/hexl.el
patch
|
blob
|
history
diff --git
a/lisp/hexl.el
b/lisp/hexl.el
index 710b271701c43f970b43094c2a7f7664b2207d8c..56f05de37cd75afb5c085ca8782e8c5363ff92e1 100644
(file)
--- a/
lisp/hexl.el
+++ b/
lisp/hexl.el
@@
-212,8
+212,8
@@
You can use \\[hexl-find-file] to visit a file in hexl-mode.
(add-hook 'after-revert-hook 'hexl-after-revert-hook nil t)
(make-local-hook 'change-major-mode-hook)
- (add-hook 'change-major-mode-hook 'hexl-maybe-dehexlify-buffer nil t)
-))
+ (add-hook 'change-major-mode-hook 'hexl-maybe-dehexlify-buffer nil t)
)
+
(run-hooks 'hexl-mode-hook
))
(defun hexl-after-revert-hook ()
(hexlify-buffer)